object Form3: TForm3 Left = 301 Top = 224 BorderStyle = bsDialog Caption = 'Screensize' ClientHeight = 123 ClientWidth = 141 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 2 Top = 2 Width = 137 Height = 119 BevelInner = bvLowered BorderWidth = 3 TabOrder = 0 object RadioButton1: TRadioButton Left = 31 Top = 26 Width = 82 Height = 17 Caption = '800 x 600' Checked = True TabOrder = 0 TabStop = True end object RadioButton2: TRadioButton Left = 31 Top = 50 Width = 86 Height = 17 Caption = '640 x 480' TabOrder = 1 end object Button1: TButton Left = 35 Top = 79 Width = 64 Height = 25 Caption = 'Ok' TabOrder = 2 OnClick = Button1Click end end end